Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 19 Mar 2019 01:31:47 +0000 (01:31 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 19 Mar 2019 01:31:47 +0000 (01:31 +0000)
commit3b0ed5b8bad6180d259dcb5eed1830a9a397f4aa
tree21bc830b42f179288abeb68f0945b2b8b28fb988
parent5b85ab0e8daf5e27ae4c48cfe71a2109e6036a02
Use `ucontext_t` instead of `ucontext`

Both Bionic and glibc define a struct called `ucontext_t` but only Bionic
defines an alias `ucontext_t`. Let's use the more standardized one.

Gbp-Pq: Name ucontext.patch
runtime/arch/arm/fault_handler_arm.cc
runtime/arch/arm/instruction_set_features_arm.cc
runtime/arch/arm64/fault_handler_arm64.cc
runtime/arch/mips/fault_handler_mips.cc
runtime/arch/mips64/fault_handler_mips64.cc
runtime/arch/x86/fault_handler_x86.cc
runtime/native_stack_dump.cc